home *** CD-ROM | disk | FTP | other *** search
- on tastimain
- global NumTasto
- if NumTasto = 5 then
- puppetTransition(51)
- cursor([member "C1", member "C2"])
- go("Quit")
- exit
- end if
- if NumTasto = 7 then
- puppetTransition(51)
- go("AltreFunz")
- exit
- end if
- if NumTasto = 8 then
- puppetTransition(51)
- go("Credits")
- exit
- end if
- puppetTransition(51)
- go("VAIP")
- end
-